From 9a53e93aeaf30a60194f6f5b7b672be7e9cb96d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 20 Jan 2011 22:35:09 +0000 Subject: [PATCH] bump version to 0.1.4 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fa132f3..4fc00bb 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,11 @@ the news section both in the README and the webpage. --> +2011-01-20 babl-0.1.4
+Improved cross platform build ability, added code to handle n-component formats, +remove extraenous runtime profiling that impacted performance. - +
2010-01-15 babl-0.1.2
Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
diff --git a/configure.ac b/configure.ac index 2723a74..5b9915e 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [3]) +m4_define([babl_micro_version], [4]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2